DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection<T> Class / Fields Property

In This Topic
    Fields Property (C1AdoNetCursorDataCollection<T>)
    In This Topic
    Gets the fields that are projected in this collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As IEnumerable(Of String)
    public IEnumerable<string> Fields {get;}
    See Also